		
		
		
.horizontal
	{
	width:1000px;
	height:69px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
		
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
			padding-top:1px;
			margin:0px;
		}
		
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
		
		font: bold 13px Arial, Helvetica, sans-serif;
		padding-top:25px;	
		margin:0px;
		float:left;
		text-align:center;
		color: #FFF;
		text-decoration: none;
		height:44px;
		width:112px;
		background: url("menu[1].jpg") no-repeat center ;
		display: block;
		}
		
		
		
		.horizontal li a:hover
		{
		font: bold 13px Arial, Helvetica, sans-serif;
		color: #FFF;
		background: url("menu_1[1].jpg") no-repeat center ;
		display: block;
		}
		
		.horizontal li a#current
		{
		font: bold 13px Arial, Helvetica, sans-serif;
		color: #FFF;
		background: url("menu_1[1].jpg") no-repeat center ;
		display: block;
		}
		
		.horizontal li li a{
		border:none;
		}
		
		.horizontal li ul{
			position: absolute; 
			margin-top:69px !important;
			margin-left: 0px !important;
			#margin-left:-111px !important;
			width: 129px;
			border: none;
			height:auto;
			
		}
		
		.horizontal li ul li a
		{
		font: bold 13px Arial, Helvetica, sans-serif;
		padding-top:10px;	
		margin:0px;
		float:left;
		text-align:center;
		color: #FFF;
		text-decoration: none;
		width:112px;
		background: url("menu[1].jpg") no-repeat center ;
		display: block;
		height:28px;
		}
		
		
		
		
		
		
		
		.inaccesible li ul{
			display: none;
		}
		
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		
		.plus a span{
			padding-left: .5em;
		}
		
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
